.slideshow{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    /*background-color: #fff;*/
}
.slideshow_info {
    width: auto;
    height: auto;
    left: 5%;
    top: 35%;
    position: absolute;
    animation: slideanim 31s infinite;
}
.slideshow_info ul {
    margin-bottom: 50px;
}
.slideshow_info ul h2 {
    color: #fff;
    font-weight: 700;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 45px;
    letter-spacing: 5px;
}
.slideshow_info ul p {
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    margin-top: 0;
    letter-spacing: 3px;
}
.slideshow_info div .slideshow_info_link {
    display: block;
    float: left;
    box-sizing: border-box;
    width: 130px;
    line-height: 30px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
    text-indent: 2px;
    text-align: center;
}
.slideshow_info div .slideshow_info_link1 {
    border: none;
    margin-right: 10px;
    padding: 5px 15px;
    line-height: 30px;
    color: #fff;
    background-image: linear-gradient(165deg, rgba(59,50,237) 0%, rgba(82,180,251) 100%);
    background-position: 0px center;
    -webkit-transition: all ease-out .4s;
	transition: all ease-out .4s;
}
.slideshow_info div .slideshow_info_link1:hover {
    background-image: linear-gradient(90deg, rgba(82,180,251) 0%, rgba(59,50,237) 100%);
}
.slideshow_info div .slideshow_info_link2 {
    margin-right: 0;
    padding: 5px 15px;
    color: rgba(23,23,23);
    line-height: 28px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(23,23,23,.4);
    border-image: initial;
    -webkit-transition: all ease-out .4s;
	transition: all ease-out .4s;
}
.slideshow_info div .slideshow_info_link2:hover{
    color: #fff;
    border-color: #fff;
    background-color: rgba(2,2,2,.4)
}
.slideshow_ico {
    top: -255px;
    left: 160%;
    position: relative;
}
.slideshow_ico i {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    animation-play-state: running;
}
.sildeshow_ico_wp {
    position: absolute;
    width: 85px;
    height: 85px;
    top: 170px;
    left: 25px;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: 4;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: ani_wx 24s ease infinite;
    -moz-animation: ani_wx 24s ease infinite;
    animation: ani_wx 24s ease infinite;
}
.sildeshow_ico_wp span {
    opacity: 0.7;
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #21759b;
    background-image: url(/picture/wp_ico.svg);
    -moz-background-size: 70%;
    background-size: 70%;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 1;
}
.sildeshow_ico_h5 {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 330px;
    left: 620px;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: 4;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: ani_h5 24s ease infinite;
    -moz-animation: ani_h5 24s ease infinite;
    animation: ani_h5 24s ease infinite;
}
.sildeshow_ico_h5 span {
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #fb8e17;
    background-image: url(/picture/h5_ico.svg);
    -moz-background-size: 60%;
    background-size: 60%;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 1;
}
.sildeshow_ico_google {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 560px;
    left: 35px;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: 4;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: ani_tt 24s ease infinite;
    -moz-animation: ani_tt 24s ease infinite;
    animation: ani_tt 24s ease infinite;
}
.sildeshow_ico_google span {
    opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #4285f4;
    background-image: url(/picture/google_ico.svg);
    -moz-background-size: 70%;
    background-size: 70%;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 1;
}
.sildeshow_ico_shopify {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 385px;
    left: 410px;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: 4;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: ani_baidu 24s ease infinite;
    -moz-animation: ani_baidu 24s ease infinite;
    animation: ani_baidu 24s ease infinite;
}
.sildeshow_ico_shopify span {
    opacity: 0.7;
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #95bf47;
    background-image: url(/picture/shopify_ico.svg);
    -moz-background-size: 70%;
    background-size: 70%;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 1;
}
.sildeshow_ico_php {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 485px;
    left: 580px;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: 4;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: ani_baidu 24s ease infinite;
    -moz-animation: ani_baidu 24s ease infinite;
    animation: ani_baidu 24s ease infinite;
}
.sildeshow_ico_php span {
    opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #e9af0a;
    background-image: url(/picture/php_ico.svg);
    -moz-background-size: 80%;
    background-size: 70%;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 1;
}
.sildeshow_ico_paypal {
    position: absolute;
    width: 65px;
    height: 65px;
    top: 610px;
    left: 430px;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: 4;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: ani_zfb 24s ease infinite;
    -moz-animation: ani_zfb 24s ease infinite;
    animation: ani_zfb 24s ease infinite;
}
.sildeshow_ico_paypal span {
    opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #009cde;
    background-image: url(/picture/paypal_ico.svg);
    -moz-background-size: 60%;
    background-size: 60%;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 1;
}
.sildeshow_ico_qq {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 120px;
    left: 400px;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: 4;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: ani_qq 24s ease infinite;
    -moz-animation: ani_qq 24s ease infinite;
    animation: ani_qq 24s ease infinite;
}
.sildeshow_ico_qq span {
    opacity: 0.3;
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #3058e5;
    background-image: url(/picture/qq_ico.svg);
    -moz-background-size: 80%;
    background-size: 80%;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 1;
}
.sildeshow_ico_code {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 460px;
    left: 135px;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: 4;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: ani_h5 24s ease infinite;
    -moz-animation: ani_h5 24s ease infinite;
    animation: ani_h5 24s ease infinite;
}
.sildeshow_ico_code span {
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #f52e2e;
    background-image: url(/picture/code_ico.svg);
    -moz-background-size: 80%;
    background-size: 65%;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 1;
}
.sildeshow_ico_css {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 560px;
    left: 235px;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: 4;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: ani_h5 24s ease infinite;
    -moz-animation: ani_h5 24s ease infinite;
    animation: ani_h5 24s ease infinite;
}
.sildeshow_ico_css span {
    opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #333;
    background-image: url(/picture/css_ico.svg);
    -moz-background-size: 80%;
    background-size: 60%;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 1;
}
.sildeshow_ico_web {
    position: absolute;
    width: 65px;
    height: 65px;
    top: 120px;
    left: 400px;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: 4;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: ani_h5 24s ease infinite;
    -moz-animation: ani_h5 24s ease infinite;
    animation: ani_h5 24s ease infinite;
}
.sildeshow_ico_web span {
    opacity: 0.8;
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #6190e8;
    background-image: url(/picture/web_ico.svg);
    -moz-background-size: 55%;
    background-size: 55%;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 1;
}
.slideshow-item{
    width: 40%;
    height: auto;
    right: 5%;
    top: 30%;
    position: absolute;
    /*opacity: 0;*/
    animation: slideanim 21s infinite;
    /*width: inherit;
    height: inherit;*/
}

.slideshow-item:nth-child(1),
.slideshow-item:nth-child(1) img{
    animation-delay: 0;
}
.slideshow-item:nth-child(2),
.slideshow-item:nth-child(2) img{
    animation-delay: 3s;
}

.slideshow-item:nth-child(3),
.slideshow-item:nth-child(3) img{
    animation-delay: 6s;
}

.slideshow-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*animation: zoom 31s infinite;*/
}

.slideshow-item-text{
    max-width: 65%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /**transform: translateY(-50%);
    left: 0;**/
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    padding: 2rem 4rem;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}

.slideshow-item-text h2{
    color: #03b1ff;
    font-size: 2.5rem;
    letter-spacing: 3px;
}

.slideshow-item-text p{
    color: #fff;
    font-weight: 300;
    font-size: 1.6rem;
    margin-top: 2rem;
}
.slideshow-item-text a{
    display: block;
    width: 45%;
    max-width: 150px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 25px auto;
    background-image: linear-gradient(90deg, #006EFF 0%, #88d1f8 100%);
    box-shadow: 0 -5px 10px 0 rgb(16 110 253 / 30%);
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s;
}
.slideshow-item-text a:hover{
	box-shadow: 0 5px 10px 0 rgba(16,110,253,0.3);
	background-image: linear-gradient(90deg, #88d1f8 0%, #006EFF 100%);
	-webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
	-webkit-transform:translateY(-5px);
	-moz-transform:translateY(-5px);
	-o-transform:translateY(-5px);
	transform:translateY(-5px)
}

@keyframes slideanim{
    25%{
        opacity: 1;
    }
    40%{
        opacity: 0;
    }
}

@keyframes zoom{
    100%{
        transform: scale(1.3);
    }
}

@media screen and (max-width: 1100px){
    .slideshow-item-text{
        max-width: 75%;
    }
}

@media screen and (max-width: 768px){
    .slideshow-item-text{
        padding: 3rem 1.5rem;
    }
}

@media screen and (max-width: 456px){
    .slideshow-item-text{
        max-width: 100%;
        top: inherit;
        transform: translateY(0);
        bottom: 0;
    }

    .slideshow-item-text h5{
        font-size: 2rem;
    }

    .slideshow-item-text p{
        font-size: 1rem;
    }
}